object FngrPrntDlg: TFngrPrntDlg Left = 208 Top = 221 BorderIcons = [] BorderStyle = bsDialog Caption = 'Key Finger Print' ClientHeight = 133 ClientWidth = 409 Color = clSilver Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label6: TLabel Left = 8 Top = 8 Width = 44 Height = 13 Caption = 'User ID' end object Label7: TLabel Left = 8 Top = 48 Width = 43 Height = 13 Caption = 'Key ID:' end object Label8: TLabel Left = 200 Top = 48 Width = 69 Height = 13 Caption = 'Key Bit Size' end object Label1: TLabel Left = 280 Top = 8 Width = 69 Height = 13 Caption = 'Create Date' end object Label2: TLabel Left = 8 Top = 88 Width = 91 Height = 13 Caption = 'Key Finger Print' end object BitBtn1: TBitBtn Left = 304 Top = 64 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 Kind = bkOK end object UserID: TEdit Left = 8 Top = 24 Width = 265 Height = 21 TabStop = False ReadOnly = True TabOrder = 1 Text = 'UserID' end object KeyID: TEdit Left = 8 Top = 64 Width = 177 Height = 21 TabStop = False ParentShowHint = False ReadOnly = True ShowHint = False TabOrder = 2 Text = 'KeyID' end object BitSize: TEdit Left = 200 Top = 64 Width = 73 Height = 21 TabStop = False ReadOnly = True TabOrder = 3 Text = 'BitSize' end object Date1: TEdit Left = 280 Top = 24 Width = 121 Height = 21 TabStop = False ReadOnly = True TabOrder = 4 Text = 'Date1' end object FingerPrint: TEdit Left = 8 Top = 104 Width = 393 Height = 21 TabStop = False ReadOnly = True TabOrder = 5 Text = 'FingerPrint' end end